home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-05-02 | 723 b | 21 lines | [TEXT/MPS ] |
- /*------------------------------------------------------------------------------
-
- rtoptinis.r - Resources for the Simula Windowsystem Application
- When a Simula program is linked to execute as an application it
- reads parameters from a resource, rather than the command line.
- You can specify the same options here as on the MPW comand line.
- Install the resource with the following comand:
-
- Rez rtoptions.r -o <your program> -append
-
- Change the options in the resource below to suite your needs.
-
- Copyright Lund Software AB, 1989
- All rights reserved.
-
- ------------------------------------------------------------------------------*/
-
- #include "Types.r"
- resource 'STR#' (32000, "rtoptions") {
- {"-p";"-g";"-k=200"}
- };